home *** CD-ROM | disk | FTP | other *** search
- Path: INbe.net!usenet
- From: bert.wynants@innet.be (Bert Wynants)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: sas/c c -> asm
- Date: 22 Jan 96 21:06:56 +0100
- Organization: INnet NV (post doesn't reflect views of INnet NV)
- Message-ID: <1464.6595T1266T2848@innet.be>
- References: <781.6594T816T2161@innet.be> <4duv6a$pq4@nnrp1.news.primenet.com>
- NNTP-Posting-Host: pool016-16.innet.be
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
- In article <4duv6a$pq4@nnrp1.news.primenet.com>, sjoyce@primenet.com (Stanley Joyce) writes:
-
- >Bert Wynants <bert.wynants@innet.be> wrote:
- >: Hi,
-
- >: With SAS/C (6.56) it's possible to create an asm file out of a c-source
- >: file
- >: (disassemble option). However if I want to asm this generated file the
- >: assmebler chokes on it:
-
- >: test.a 214 Error: invalid operands for this opcode
- >: MOVEM.L D4/D5/D6/D7/A2/A3/A4/A5/A6,-(A7);48e7 0f3e
-
- > Hmm, I dont know about the SAS/C assembler, but my assembler accepts
- >this, although I use the short form: MOVEM.L d4-d7/a2-a6,-(a7)
- >(which just pushes regs d4 to d7 and a2 to a6 in to the stack (if you are
- >wondering))
- > Of course, if all else fails you COULD get "IRA" off Aminet (I am not
- >sure of the directory), but it will dissasemble your executables in a
- >form so it can be reassembled (use PhxAssembler).
- >sj
-
- Compiled executable is 400k. I want to do this (APurify) only on my sources
- not on the libraries that I include....
-
-
- PS:
- Ever tried to disassemble something this huge? I only have 2+4Megs..
-
- thanks for the try,
- Bert
- --
- ___ _
- ( _`\ ( )_ Fido
- | (_) ) __ _ __ | ,_) 2:292/603.76
- | _ <' /'__`\( '__)| | e-mail
- | (_) )( ___/| | | |_ bert.wynants@innet.be
- (____/'`\____)(_) `\__) Wynants, Belgium, Europe.
-
- Windows NT is the OS of the future and always will be...
-
-